const github.com/go-pg/pg/v10/orm.pgTypeBigint

8 uses

	github.com/go-pg/pg/v10/orm (current package)
		query.go#L1190: 		if table.SoftDeleteField.SQLType == pgTypeBigint {
		table.go#L477: 	} else if field.SQLType == pgTypeBigint && field.Type.Kind() == reflect.Uint64 {
		table.go#L1245: 		return pgTypeBigint
		table.go#L1258: 		return pgTypeBigint
		table.go#L1261: 		return pgTypeBigint
		table.go#L1289: 		return pgTypeBigint
		table_create.go#L156: 	case pgTypeBigint:
		types.go#L30: 	pgTypeBigint   = "bigint"   // 8 byte integer